home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / utility / notepads / _SETUP.1 / Notepads.exe / 0 / RCDATA / TRICHEDIT98EDITOR / TRICHEDIT98EDITOR.txt
Text File  |  1999-09-08  |  7KB  |  334 lines

  1. object RichEdit98Editor: TRichEdit98Editor
  2.   Left = 348
  3.   Top = 244
  4.   Width = 451
  5.   Height = 323
  6.   ActiveControl = Editor
  7.   Caption = 'RichEdit98 Editor'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ToolBar: TToolBar
  20.     Left = 0
  21.     Top = 0
  22.     Width = 443
  23.     Height = 22
  24.     EdgeBorders = []
  25.     Flat = True
  26.     Images = ImageList
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.     TabOrder = 0
  30.     object FontList: TComboBox
  31.       Left = 0
  32.       Top = 0
  33.       Width = 171
  34.       Height = 24
  35.       TabStop = False
  36.       Style = csOwnerDrawVariable
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clWindowText
  39.       Font.Height = -13
  40.       Font.Name = 'Arial'
  41.       Font.Style = []
  42.       ItemHeight = 18
  43.       ParentFont = False
  44.       TabOrder = 0
  45.       OnChange = FontListChange
  46.       OnDrawItem = FontListDrawItem
  47.     end
  48.     object SizeList: TComboBox
  49.       Left = 171
  50.       Top = 0
  51.       Width = 51
  52.       Height = 24
  53.       TabStop = False
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -13
  57.       Font.Name = 'Arial'
  58.       Font.Style = []
  59.       ItemHeight = 16
  60.       Items.Strings = (
  61.         '8'
  62.         '9'
  63.         '10'
  64.         '11'
  65.         '12'
  66.         '14'
  67.         '16'
  68.         '18'
  69.         '20'
  70.         '22'
  71.         '24'
  72.         '28'
  73.         '32'
  74.         '36'
  75.         '48'
  76.         '72')
  77.       ParentFont = False
  78.       TabOrder = 1
  79.       Text = '10'
  80.       OnChange = SizeListChange
  81.       OnDropDown = SizeListDropDown
  82.       OnKeyUp = SizeListKeyUp
  83.     end
  84.     object ToolButton10: TToolButton
  85.       Left = 222
  86.       Top = 0
  87.       Width = 8
  88.       Caption = 'ToolButton10'
  89.       ImageIndex = 7
  90.       Style = tbsSeparator
  91.     end
  92.     object BoldBtn: TToolButton
  93.       Left = 230
  94.       Top = 0
  95.       Hint = 'Bold'
  96.       Caption = 'BoldBtn'
  97.       ImageIndex = 0
  98.       Style = tbsCheck
  99.       OnClick = BoldBtnClick
  100.     end
  101.     object ItalicBtn: TToolButton
  102.       Left = 253
  103.       Top = 0
  104.       Hint = 'Italic'
  105.       Caption = 'ItalicBtn'
  106.       ImageIndex = 1
  107.       Style = tbsCheck
  108.       OnClick = ItalicBtnClick
  109.     end
  110.     object UnderlineBtn: TToolButton
  111.       Left = 276
  112.       Top = 0
  113.       Hint = 'Underline'
  114.       Caption = 'UnderlineBtn'
  115.       ImageIndex = 2
  116.       Style = tbsCheck
  117.       OnClick = UnderlineBtnClick
  118.     end
  119.     object ToolButton1: TToolButton
  120.       Left = 299
  121.       Top = 0
  122.       Width = 8
  123.       Caption = 'ToolButton1'
  124.       ImageIndex = 7
  125.       Style = tbsSeparator
  126.     end
  127.     object LeftBtn: TToolButton
  128.       Left = 307
  129.       Top = 0
  130.       Hint = 'Left'
  131.       Caption = 'LeftBtn'
  132.       Down = True
  133.       Grouped = True
  134.       ImageIndex = 3
  135.       Style = tbsCheck
  136.       OnClick = LeftBtnClick
  137.     end
  138.     object CenterBtn: TToolButton
  139.       Left = 330
  140.       Top = 0
  141.       Hint = 'Center'
  142.       Caption = 'CenterBtn'
  143.       Grouped = True
  144.       ImageIndex = 4
  145.       Style = tbsCheck
  146.       OnClick = CenterBtnClick
  147.     end
  148.     object RightBtn: TToolButton
  149.       Left = 353
  150.       Top = 0
  151.       Hint = 'Right'
  152.       Caption = 'RightBtn'
  153.       Grouped = True
  154.       ImageIndex = 5
  155.       Style = tbsCheck
  156.       OnClick = RightBtnClick
  157.     end
  158.     object JustifyBtn: TToolButton
  159.       Left = 376
  160.       Top = 0
  161.       Hint = 'Justify'
  162.       Caption = 'JustifyBtn'
  163.       Grouped = True
  164.       ImageIndex = 6
  165.       Style = tbsCheck
  166.       OnClick = JustifyBtnClick
  167.     end
  168.     object ToolButton4: TToolButton
  169.       Left = 399
  170.       Top = 0
  171.       Width = 8
  172.       Caption = 'ToolButton4'
  173.       ImageIndex = 9
  174.       Style = tbsSeparator
  175.     end
  176.     object BulletBtn: TToolButton
  177.       Left = 407
  178.       Top = 0
  179.       Hint = 'Bullet'
  180.       Caption = 'BulletBtn'
  181.       ImageIndex = 7
  182.       Style = tbsCheck
  183.       OnClick = BulletBtnClick
  184.     end
  185.   end
  186.   object Panel1: TPanel
  187.     Left = 0
  188.     Top = 267
  189.     Width = 443
  190.     Height = 29
  191.     Align = alBottom
  192.     BevelOuter = bvNone
  193.     TabOrder = 1
  194.     object OkButton: TButton
  195.       Left = 127
  196.       Top = 4
  197.       Width = 89
  198.       Height = 23
  199.       Caption = 'OK'
  200.       Default = True
  201.       Font.Charset = DEFAULT_CHARSET
  202.       Font.Color = clWindowText
  203.       Font.Height = -13
  204.       Font.Name = 'Arial'
  205.       Font.Style = []
  206.       ModalResult = 1
  207.       ParentFont = False
  208.       TabOrder = 0
  209.       TabStop = False
  210.     end
  211.     object CancelButton: TButton
  212.       Left = 227
  213.       Top = 4
  214.       Width = 89
  215.       Height = 23
  216.       Caption = 'Cancel'
  217.       Font.Charset = DEFAULT_CHARSET
  218.       Font.Color = clWindowText
  219.       Font.Height = -13
  220.       Font.Name = 'Arial'
  221.       Font.Style = []
  222.       ModalResult = 2
  223.       ParentFont = False
  224.       TabOrder = 1
  225.       TabStop = False
  226.     end
  227.   end
  228.   object Editor: TRichEdit98
  229.     Left = 0
  230.     Top = 22
  231.     Width = 443
  232.     Height = 245
  233.     Align = alClient
  234.     AutoURLDetect = adNone
  235.     CustomURLs = <
  236.       item
  237.         Name = 'e-mail'
  238.         Color = clWindowText
  239.         Cursor = crDefault
  240.         Underline = True
  241.       end
  242.       item
  243.         Name = 'http'
  244.         Color = clWindowText
  245.         Cursor = crDefault
  246.         Underline = True
  247.       end
  248.       item
  249.         Name = 'file'
  250.         Color = clWindowText
  251.         Cursor = crDefault
  252.         Underline = True
  253.       end
  254.       item
  255.         Name = 'mailto'
  256.         Color = clWindowText
  257.         Cursor = crDefault
  258.         Underline = True
  259.       end
  260.       item
  261.         Name = 'ftp'
  262.         Color = clWindowText
  263.         Cursor = crDefault
  264.         Underline = True
  265.       end
  266.       item
  267.         Name = 'https'
  268.         Color = clWindowText
  269.         Cursor = crDefault
  270.         Underline = True
  271.       end
  272.       item
  273.         Name = 'gopher'
  274.         Color = clWindowText
  275.         Cursor = crDefault
  276.         Underline = True
  277.       end
  278.       item
  279.         Name = 'nntp'
  280.         Color = clWindowText
  281.         Cursor = crDefault
  282.         Underline = True
  283.       end
  284.       item
  285.         Name = 'prospero'
  286.         Color = clWindowText
  287.         Cursor = crDefault
  288.         Underline = True
  289.       end
  290.       item
  291.         Name = 'telnet'
  292.         Color = clWindowText
  293.         Cursor = crDefault
  294.         Underline = True
  295.       end
  296.       item
  297.         Name = 'news'
  298.         Color = clWindowText
  299.         Cursor = crDefault
  300.         Underline = True
  301.       end
  302.       item
  303.         Name = 'wais'
  304.         Color = clWindowText
  305.         Cursor = crDefault
  306.         Underline = True
  307.       end>
  308.     Font.Charset = DEFAULT_CHARSET
  309.     Font.Color = clWindowText
  310.     Font.Height = -11
  311.     Font.Name = 'Arial'
  312.     Font.Style = []
  313.     LangOptions = [loAutoFont]
  314.     Language = 1049
  315.     ParentFont = False
  316.     ShowSelectionBar = False
  317.     TabOrder = 2
  318.     URLColor = clBlue
  319.     URLCursor = crHandPoint
  320.     OnSelectionChange = EditorSelectionChange
  321.     InputFormat = ifRTF
  322.     OutputFormat = ofRTF
  323.     SelectedInOut = False
  324.     PlainRTF = False
  325.     UndoLimit = 0
  326.     AllowInPlace = False
  327.   end
  328.   object ImageList: TImageList
  329.     ShareImages = True
  330.     Left = 330
  331.     Top = 200
  332.   end
  333. end
  334.